type compress/flate.byFreq
7 uses
compress/flate (current package)
huffman_code.go#L23: lfs byFreq // stored to avoid repeated allocation in generate
huffman_code.go#L329: type byFreq []literalNode
huffman_code.go#L331: func (s *byFreq) sort(a []literalNode) {
huffman_code.go#L332: *s = byFreq(a)
huffman_code.go#L336: func (s byFreq) Len() int { return len(s) }
huffman_code.go#L338: func (s byFreq) Less(i, j int) bool {
huffman_code.go#L345: func (s byFreq) Swap(i, j int) { s[i], s[j] = s[j], s[i] }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)